-
Notifications
You must be signed in to change notification settings - Fork 39
ci: add Android wheels / tests #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@mhsmith Do you know why pybind11 isn't found? It should be in the build temporary venv, and scikit-build-core is adding the site-packages to the CMAKE_MODULE_PATH. |
This is because of the I've fixed this in pypa/cibuildwheel#2547. |
Note to my future self: the relevant variable is |
d2cfe55
to
3bce36a
Compare
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
@mhsmith Seem to be getting a timeout error? Is that expected? Same issue in scikit-hep/boost-histogram#1045. Edit: ahh, I see "GitHub Actions can't currently run the Android emulator on macOS" in pybind11. I'll try to copy what's in there. |
Signed-off-by: Henry Schreiner <[email protected]>
No description provided.